Minor changes
[matilda.git] / docs / SGF Spec / DD_VW.html
blobe9f0343cf915ac218f5e0b566b3880682a04af38
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <HTML>
3 <HEAD><TITLE>SGF FF[4]: DD & VW</TITLE>
4 </HEAD>
5 <BODY alink="#FF0000" bgcolor="#FFFFFF" link="#0000FF" text="#000000" vlink="#FF0000">
6 <A HREF="index.html"><IMG src="images/head.gif" ALT="[SGF FF[4] - Smart Game Format]" BORDER=0></A>
8 <H1>Dimmed Stones and View</H1>
10 For more info on the properties have a look at:
11 <UL>
12 <LI><A HREF="sgf4.html#inherit">inherit</A> property attribute
13 <LI><A HREF="properties.html#DD">DD</A> property
14 <LI><A HREF="properties.html#VW">VW</A> property
15 </UL>
17 Suppose you have the following SGF-file:
18 <PRE>
19 (;GM[1]SZ[9]FF[4]
20 AB[ac][bc][cc][dc][ec][fc][gc][hc][ic]
21 AW[ae][be][ce][de][ee][fe][ge][he][ie]
22 ;DD[aa][ab][ac][ad][ae][af][ag][ah][ai][bi][bh][bg][bf]
23 [be][bd][bc][bb][ba][ca][cb][cc][cd][ce]
24 VW[aa:bi][ca:ee][ge:ie][ga:ia][gc:ic][gb][ib]
26 </PRE>
28 The same file using compressed point lists for every property:
29 <PRE>
30 (;GM[1]SZ[9]FF[4]
31 AB[ac:ic]AW[ae:ie]
32 ;DD[aa:bi][ca:ce]
33 VW[aa:bi][ca:ee][ge:ie][ga:ia][gc:ic][gb][ib]
35 </PRE>
37 <H2>Picture of node 0</H2>
38 <IMG src="images/dim1.gif" ALT="[board: node 0 (dim1.gif)]">
40 <H2>Picture of node 1</H2>
41 <IMG src="images/dim2.gif" ALT="[board: node 1, using DD & VW (dim2.gif)]">
43 </BODY>
44 </HTML>